Back to search
30
MCP

Code Index

pulsemcp/code index

SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Code Index
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
0 tools
Code Index
Fast local source code searching using Zoekt trigram-based indexing
0 tools
code-index
Быстрый индексатор кода для AI-моделей. Rust + tree-sitter + SQLite. Мгновенный поиск по символам.
0 tools
Vibe HN Index
Index source code into a local knowledge base with keyword, semantic, and hybrid search modes.
0 tools
io.github.andyanh174/vibe-hnindex
Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.
0 tools
Code Context Engine
Index your codebase. AI searches instead of re-reading files. 94% token savings.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code_index": {
      "url": "None",
      "transport": "http"
    }
  }
}